<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*åº•éƒ¨*/
.fd-footer {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    width: 100%;
    height: 322px;
    background-color: rgb(47, 93, 165);
}

.fd-select-drop {
    width: 100%;
    height: 60px;
    background-color: rgb(47, 93, 165);
}
.fd-select-drop-con {
    position: relative;
    z-index: 1;
    margin: auto;
    width: 1300px;
    height: 60px;
}
/*åˆ†é™¢åŸºå±‚é™¢ç½‘ç«™*/
.fd-select-jcfy {
    position: absolute;
    top: 10px;
    right: 327px;
    z-index: 2;
    width: 266px;
    height: 40px;
    background-color: rgba(47, 93, 165, 0.29);
    border-radius: 5px;
    border: 1px solid #6b8cbf;
    cursor: pointer;
}

.fd-select-jcfy.active:before {
    content: "";
    top: 16px;
    background: url("../images/select-bown.png") center no-repeat;
}

.fd-select-jcfy:before {
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 2;
    width: 12px;
    height: 8px;
    background: url("../images/select-top.png") center no-repeat;
}

.fd-select-con {
    padding-left: 20px;
    width: 266px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}
/*ä¸‹æ‹‰*/
.fd-select-ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(214, 214, 214);
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 2px 1px rgba(116, 147, 196, 0.28);
    width: 264px;
    /*height: 324px;*/
    max-height: 366px;
    border-radius: 3px;
    padding: 15px 0;
    overflow: auto;
}

.fd-select-li {
    font-size: 16px;
    color: #091626;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
}

.fd-select-li:hover {
    background-color: #e4e8ee;
}

.fd-select-li.active {
    background-color: #e4e8ee;
}

.fd-select-drop-con .fd-split-span {
    position: absolute;
    right: 302px;
    top: 16px;
    z-index: 2;
    color: #5f82ba;
}

.fd-select-qt {
    right: 15px;
}

.fd-footer-bottom {
    width: 100%;
    height: 263px;
    background-color: rgb(26, 71, 142);
}

.fd-footer-bottom-con {
    margin: auto;
    padding-top: 40px;
    width: 1300px;
    height: 100%;
}

.fd-footer-bottom-con p {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.fd-footer-bottom-con .fd-dzjg-img {
    margin-top: 25px;
    margin-left: 48%;
    cursor: pointer;
    /*width: 100%;*/
    width: 52px;
    height: 62px;
    background: url("../images/icon-dzjg.png") center no-repeat;
}
</pre></body></html>